fix(deps): require claude-agent-sdk 0.2.129 - #997
Merged
Conversation
olegbrok
marked this pull request as ready for review
August 4, 2026 17:53
olegbrok
approved these changes
Aug 4, 2026
olegbrok
left a comment
Collaborator
There was a problem hiding this comment.
Reviewed + verified: exact 4-file scope, lock resolves genuine 0.2.129 wheels (published today), drift test proves a stale 0.2.128 install flags, packaging-contract test renamed with the new rationale. CI green on final SHA 02bed0e across py3.11/3.12/3.13 full suites (clean env — confirms the 2 local failures were baseline env-bleed). Deliberately NOT released today: tonight's 21:30 bounce validates 26.08.006 unchanged; this rides the next natural release cut.
🤖 Reviewed by Barsik (murzik authored)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
claude-agent-sdkfloor from>=0.2.127to>=0.2.129uv.lockso the repository resolves SDK 0.2.129Why
SDK 0.2.129 fixes upstream allowed-tools injection through malformed skill names. The previous range admitted the fixed version but did not force satisfied-but-stale environments below 0.2.129 to reinstall. Raising the floor makes
_check_installed_deps_driftsurface those environments.PinkyBot does not pass
ClaudeAgentOptions.skills, so the upstream strict skill-name validation is not expected to affect current usage.Refs #996.
Impact
The dependency change rides the next natural release. This PR does not cut a release, deploy, bounce daemons, or touch fleet systems; tonight's 26.08.006 validation remains unchanged.
Validation
uv lock --checkorigin/main:tests/test_api.py::TestAPI::test_manual_dream_uses_full_persisted_conversation_historytests/test_auth.py::TestAuthMiddlewareDefaultDeny::test_unmapped_path_falls_through_to_fastapi_404🤖 Opened by Murzik